home *** CD-ROM | disk | FTP | other *** search
/ The History of Denim / The History of Denim.iso / pc / nav.dir / 00023.ls < prev    next >
Encoding:
Text File  |  1997-11-14  |  292 b   |  19 lines

  1. on mouseUp
  2.   PurgeWindows()
  3.   cursor([member "Wait", member "Waitmask"])
  4.   tell the stage
  5.     go("Main", "_mills.dir")
  6.   end tell
  7.   set the puppet of sprite 50 to 0
  8.   updateStage()
  9.   cursor(0)
  10. end
  11.  
  12. on mouseEnter
  13.   cursor([member "hand", member "handmask"])
  14. end
  15.  
  16. on mouseLeave
  17.   cursor(0)
  18. end
  19.